knitr::opts_chunk$set(
  warning = FALSE, # show warnings during codebook generation
  message = FALSE, # show messages during codebook generation
  error = TRUE, # do not interrupt codebook generation in case of errors,
                # usually better for debugging
  echo = TRUE  # show R code
)
ggplot2::theme_set(ggplot2::theme_bw())
pander::panderOptions("table.split.table", Inf)

We collected the following data.

# omit the following lines, if your missing values are already properly labelled
codebook_data <- detect_missing(codebook_data,
    only_labelled = TRUE, # only labelled values are autodetected as
                                   # missing
    negative_values_are_missing = FALSE, # negative values are missing values
    ninety_nine_problems = TRUE,   # 99/999 are missing values, if they
                                   # are more than 5 MAD from the median
    )

# If you are not using formr, the codebook package needs to guess which items
# form a scale. The following line finds item aggregates with names like this:
# scale = scale_1 + scale_2R + scale_3R
# identifying these aggregates allows the codebook function to
# automatically compute reliabilities.
# However, it will not reverse items automatically.
codebook_data <- detect_scales(codebook_data)


# Does your dataset have a name that is not reflected in the file name?
# Uncomment the line below and change the name
# metadata(codebook_data)$name <- "My Awesome Dataset"

codebook(codebook_data)

Metadata

Description

Dataset name: codebook_data

The dataset has N=933 rows and 43 columns. 933 rows have no missing values on any column.

Metadata for search engines

  • Date published: 2025-05-09
x
Case
A_3
KGr_13
KGe_33
A_9
KGr_14
KGe_27
A_2
KGr_17
KGe_36
A_10
KGr_16
KGe_34
A_4
KGr_15
KGe_29
A_12
KGr_18
KGe_31
A_5
KGr_19
KGe_32
A_8
KGr_22
KGe_25
A_11
KGr_20
KGe_28
A_6
KGr_21
KGe_35
A_7
KGr_23
KGe_30
A_1
KGr_24
KGe_26
Geschlecht
Muttersprache
Bildung
Alter_realW
Koerpergroesse_realW
Koerpergewicht_realW

#Variables

Case

Fallnummer

Distribution

Distribution of values for Case

Distribution of values for Case

0 missing values.

Summary statistics

name label data_type n_missing complete_rate min median max mean sd hist format.spss
Case Fallnummer numeric 0 1 1 467 933 467 269.4782 ▇▇▇▇▇ F8.0

A_3

A3_Ich habe viel Lebenserfahrung

Distribution

Distribution of values for A_3

Distribution of values for A_3

0 missing values.

Summary statistics

name label data_type n_missing complete_rate min median max mean sd hist format.spss
A_3 A3_Ich habe viel Lebenserfahrung numeric 0 1 1 4 6 3.839228 1.251559 ▅▆▇▆▃ F8.0

Value labels

Response choices
name value
trifft nicht zu 1
trifft zu 6

KGr_13

KGr13_Ich ziehe den Kopf ein wenn ich durch Türen gehe

Distribution

Distribution of values for KGr_13

Distribution of values for KGr_13

0 missing values.

Summary statistics

name label data_type n_missing complete_rate min median max mean sd hist format.spss
KGr_13 KGr13_Ich ziehe den Kopf ein wenn ich durch Türen gehe numeric 0 1 1 1 6 1.77492 1.327625 ▇▁▁▁▁ F8.0

Value labels

Response choices
name value
trifft nicht zu 1
trifft zu 6

KGe_33

KGe33_Zwischen den Armlehnen in Flugzeugsitzen habe ich viel Platz

Distribution

Distribution of values for KGe_33

Distribution of values for KGe_33

0 missing values.

Summary statistics

name label data_type n_missing complete_rate min median max mean sd hist format.spss
KGe_33 KGe33_Zwischen den Armlehnen in Flugzeugsitzen habe ich viel Platz numeric 0 1 1 4 6 3.554127 1.584703 ▇▆▆▅▃ F8.0

Value labels

Response choices
name value
trifft nicht zu 1
trifft zu 6

A_9

A9_Ich habe jahrelange Berufserfahrung

Distribution

Distribution of values for A_9

Distribution of values for A_9

0 missing values.

Summary statistics

name label data_type n_missing complete_rate min median max mean sd hist format.spss
A_9 A9_Ich habe jahrelange Berufserfahrung numeric 0 1 1 2 6 2.918542 1.960941 ▇▁▁▂▂ F8.0

Value labels

Response choices
name value
trifft nicht zu 1
trifft zu 6

KGr_14

KGr14_Inmitten einer Menschenmenge kann ich über die meisten anderen Menschen hinwegblicken

Distribution

Distribution of values for KGr_14

Distribution of values for KGr_14

0 missing values.

Summary statistics

name label data_type n_missing complete_rate min median max mean sd hist format.spss
KGr_14 KGr14_Inmitten einer Menschenmenge kann ich über die meisten anderen Menschen hinwegblicken numeric 0 1 1 2 6 2.759914 1.680557 ▇▂▂▂▁ F8.0

Value labels

Response choices
name value
trifft nicht zu 1
trifft zu 6

KGe_27

KGe27_Bei Hosen habe ich eine große Bundweite

Distribution

Distribution of values for KGe_27

Distribution of values for KGe_27

0 missing values.

Summary statistics

name label data_type n_missing complete_rate min median max mean sd hist format.spss
KGe_27 KGe27_Bei Hosen habe ich eine große Bundweite numeric 0 1 1 2 6 2.329046 1.422528 ▇▂▁▁▁ F8.0

Value labels

Response choices
name value
trifft nicht zu 1
trifft zu 6

A_2

A2_Im Laufe der Zeit hat meine geistige Leistungsfähigkeit abgenommen

Distribution

Distribution of values for A_2

Distribution of values for A_2

0 missing values.

Summary statistics

name label data_type n_missing complete_rate min median max mean sd hist format.spss
A_2 A2_Im Laufe der Zeit hat meine geistige Leistungsfähigkeit abgenommen numeric 0 1 1 2 6 2.400857 1.424826 ▇▂▂▁▁ F8.0

Value labels

Response choices
name value
trifft nicht zu 1
trifft zu 6

KGr_17

KGr17_Wenn ich ein Auto fahre, das vorher jemand anderes gefahren hat, muss ich üblicherweise den Sitz nach hinten schieben

Distribution

Distribution of values for KGr_17

Distribution of values for KGr_17

0 missing values.

Summary statistics

name label data_type n_missing complete_rate min median max mean sd hist format.spss
KGr_17 KGr17_Wenn ich ein Auto fahre, das vorher jemand anderes gefahren hat, muss ich üblicherweise den Sitz nach hinten schieben numeric 0 1 1 2 6 2.814577 1.893892 ▇▂▁▂▂ F8.0

Value labels

Response choices
name value
trifft nicht zu 1
trifft zu 6

KGe_36

KGe36_Ich sollte weniger essen

Distribution

Distribution of values for KGe_36

Distribution of values for KGe_36

0 missing values.

Summary statistics

name label data_type n_missing complete_rate min median max mean sd hist format.spss
KGe_36 KGe36_Ich sollte weniger essen numeric 0 1 1 2 6 2.812433 1.727764 ▇▂▂▂▂ F8.0

Value labels

Response choices
name value
trifft nicht zu 1
trifft zu 6

A_10

A10_Mein ganzes Leben liegt noch vor mir

Distribution

Distribution of values for A_10

Distribution of values for A_10

0 missing values.

Summary statistics

name label data_type n_missing complete_rate min median max mean sd hist format.spss
A_10 A10_Mein ganzes Leben liegt noch vor mir numeric 0 1 1 4 6 4.016077 1.492024 ▅▅▆▇▅ F8.0

Value labels

Response choices
name value
trifft nicht zu 1
trifft zu 6

KGr_16

KGr16_Im Supermarkt komme ich ohne Probleme an die Sachen im obersten Regal

Distribution

Distribution of values for KGr_16

Distribution of values for KGr_16

0 missing values.

Summary statistics

name label data_type n_missing complete_rate min median max mean sd hist format.spss
KGr_16 KGr16_Im Supermarkt komme ich ohne Probleme an die Sachen im obersten Regal numeric 0 1 1 5 6 4.036442 1.916934 ▇▂▂▅▇ F8.0

Value labels

Response choices
name value
trifft nicht zu 1
trifft zu 6

KGe_34

KGe34_Im Aufzug nehme ich viel Platz ein

Distribution

Distribution of values for KGe_34

Distribution of values for KGe_34

0 missing values.

Summary statistics

name label data_type n_missing complete_rate min median max mean sd hist format.spss
KGe_34 KGe34_Im Aufzug nehme ich viel Platz ein numeric 0 1 1 2 6 1.948553 1.247973 ▇▁▁▁▁ F8.0

Value labels

Response choices
name value
trifft nicht zu 1
trifft zu 6

A_4

A4_Im Laufe der Zeit hat meine Reaktionsfähigkeit abgenommen

Distribution

Distribution of values for A_4

Distribution of values for A_4

0 missing values.

Summary statistics

name label data_type n_missing complete_rate min median max mean sd hist format.spss
A_4 A4_Im Laufe der Zeit hat meine Reaktionsfähigkeit abgenommen numeric 0 1 1 2 6 2.364416 1.337836 ▇▂▂▁▁ F8.0

Value labels

Response choices
name value
trifft nicht zu 1
trifft zu 6

KGr_15

KGr15_Stühle und Tische sind meistens zu niedrig für mich

Distribution

Distribution of values for KGr_15

Distribution of values for KGr_15

0 missing values.

Summary statistics

name label data_type n_missing complete_rate min median max mean sd hist format.spss
KGr_15 KGr15_Stühle und Tische sind meistens zu niedrig für mich numeric 0 1 1 1 6 2.01179 1.363563 ▇▁▁▁▁ F8.0

Value labels

Response choices
name value
trifft nicht zu 1
trifft zu 6

KGe_29

KGe29_Ich wiege viel

Distribution

Distribution of values for KGe_29

Distribution of values for KGe_29

0 missing values.

Summary statistics

name label data_type n_missing complete_rate min median max mean sd hist format.spss
KGe_29 KGe29_Ich wiege viel numeric 0 1 1 2 6 2.383709 1.528215 ▇▂▂▁▁ F8.0

Value labels

Response choices
name value
trifft nicht zu 1
trifft zu 6

A_12

A12_Ich verrichte Alltagstätigkeiten langsamer als früher

Distribution

Distribution of values for A_12

Distribution of values for A_12

0 missing values.

Summary statistics

name label data_type n_missing complete_rate min median max mean sd hist format.spss
A_12 A12_Ich verrichte Alltagstätigkeiten langsamer als früher numeric 0 1 1 2 6 2.243301 1.422448 ▇▁▂▁▁ F8.0

Value labels

Response choices
name value
trifft nicht zu 1
trifft zu 6

KGr_18

KGr18_Wenn ich mich in Hotelbetten gerade ausstrecke, dann stehen meine Füße über

Distribution

Distribution of values for KGr_18

Distribution of values for KGr_18

0 missing values.

Summary statistics

name label data_type n_missing complete_rate min median max mean sd hist format.spss
KGr_18 KGr18_Wenn ich mich in Hotelbetten gerade ausstrecke, dann stehen meine Füße über numeric 0 1 1 1 6 1.981779 1.528236 ▇▁▁▁▁ F8.0

Value labels

Response choices
name value
trifft nicht zu 1
trifft zu 6

KGe_31

KGe31_Meine Hosen haben eine kleine Bundweite

Distribution

Distribution of values for KGe_31

Distribution of values for KGe_31

0 missing values.

Summary statistics

name label data_type n_missing complete_rate min median max mean sd hist format.spss
KGe_31 KGe31_Meine Hosen haben eine kleine Bundweite numeric 0 1 1 4 6 3.742765 1.618119 ▇▅▅▇▃ F8.0

Value labels

Response choices
name value
trifft nicht zu 1
trifft zu 6

A_5

A5_Im Laufe der Zeit hat meine Merkfähigkeit abgenommen

Distribution

Distribution of values for A_5

Distribution of values for A_5

0 missing values.

Summary statistics

name label data_type n_missing complete_rate min median max mean sd hist format.spss
A_5 A5_Im Laufe der Zeit hat meine Merkfähigkeit abgenommen numeric 0 1 1 2 6 2.659164 1.477882 ▇▂▃▁▁ F8.0

Value labels

Response choices
name value
trifft nicht zu 1
trifft zu 6

KGr_19

KGr19_Im Flugzeug stoße ich mit den Knien am Vordersitz an

Distribution

Distribution of values for KGr_19

Distribution of values for KGr_19

0 missing values.

Summary statistics

name label data_type n_missing complete_rate min median max mean sd hist format.spss
KGr_19 KGr19_Im Flugzeug stoße ich mit den Knien am Vordersitz an numeric 0 1 1 2 6 2.818864 1.804378 ▇▂▂▂▂ F8.0

Value labels

Response choices
name value
trifft nicht zu 1
trifft zu 6

KGe_32

KGe32_Ich kann mich gut durch enge Spalten quetschen

Distribution

Distribution of values for KGe_32

Distribution of values for KGe_32

0 missing values.

Summary statistics

name label data_type n_missing complete_rate min median max mean sd hist format.spss
KGe_32 KGe32_Ich kann mich gut durch enge Spalten quetschen numeric 0 1 1 4 6 4.024652 1.516162 ▆▃▅▇▅ F8.0

Value labels

Response choices
name value
trifft nicht zu 1
trifft zu 6

A_8

A8_Ich habe zunehmend Schwierigkeiten technischen Weiterentwicklungen zu folgen

Distribution

Distribution of values for A_8

Distribution of values for A_8

0 missing values.

Summary statistics

name label data_type n_missing complete_rate min median max mean sd hist format.spss
A_8 A8_Ich habe zunehmend Schwierigkeiten technischen Weiterentwicklungen zu folgen numeric 0 1 1 2 6 2.302251 1.419048 ▇▂▂▁▁ F8.0

Value labels

Response choices
name value
trifft nicht zu 1
trifft zu 6

KGr_22

KGr22_Wenn ich mich mit anderen Menschen unterhalte muss ich nach oben schauen

Distribution

Distribution of values for KGr_22

Distribution of values for KGr_22

0 missing values.

Summary statistics

name label data_type n_missing complete_rate min median max mean sd hist format.spss
KGr_22 KGr22_Wenn ich mich mit anderen Menschen unterhalte muss ich nach oben schauen numeric 0 1 1 2 6 2.590568 1.587098 ▇▂▂▂▁ F8.0

Value labels

Response choices
name value
trifft nicht zu 1
trifft zu 6

KGe_25

KGe25_Ich habe oft Angst, dass Stühle unter mir nachgeben

Distribution

Distribution of values for KGe_25

Distribution of values for KGe_25

0 missing values.

Summary statistics

name label data_type n_missing complete_rate min median max mean sd hist format.spss
KGe_25 KGe25_Ich habe oft Angst, dass Stühle unter mir nachgeben numeric 0 1 1 1 6 1.332261 0.8916632 ▇▁▁▁▁ F8.0

Value labels

Response choices
name value
trifft nicht zu 1
trifft zu 6

A_11

A11_Früher war ich risikofreudiger

Distribution

Distribution of values for A_11

Distribution of values for A_11

0 missing values.

Summary statistics

name label data_type n_missing complete_rate min median max mean sd hist format.spss
A_11 A11_Früher war ich risikofreudiger numeric 0 1 1 3 6 3.148982 1.724069 ▇▂▃▃▂ F8.0

Value labels

Response choices
name value
trifft nicht zu 1
trifft zu 6

KGr_20

KGr20_Hosen sind mir häufig zu kurz

Distribution

Distribution of values for KGr_20

Distribution of values for KGr_20

0 missing values.

Summary statistics

name label data_type n_missing complete_rate min median max mean sd hist format.spss
KGr_20 KGr20_Hosen sind mir häufig zu kurz numeric 0 1 1 1 6 2.098607 1.56851 ▇▁▁▁▁ F8.0

Value labels

Response choices
name value
trifft nicht zu 1
trifft zu 6

KGe_28

KGe28_Ich bin dick

Distribution

Distribution of values for KGe_28

Distribution of values for KGe_28

0 missing values.

Summary statistics

name label data_type n_missing complete_rate min median max mean sd hist format.spss
KGe_28 KGe28_Ich bin dick numeric 0 1 1 1 6 1.965702 1.428895 ▇▁▁▁▁ F8.0

Value labels

Response choices
name value
trifft nicht zu 1
trifft zu 6

A_6

A6_Ich mache mir viele Gedanken über das Älterwerden

Distribution

Distribution of values for A_6

Distribution of values for A_6

0 missing values.

Summary statistics

name label data_type n_missing complete_rate min median max mean sd hist format.spss
A_6 A6_Ich mache mir viele Gedanken über das Älterwerden numeric 0 1 1 3 6 3.385852 1.544439 ▇▅▆▅▂ F8.0

Value labels

Response choices
name value
trifft nicht zu 1
trifft zu 6

KGr_21

KGr21_Ich brauche einen Stuhl, wenn ich Sachen aus dem obersten Regal holen möchte

Distribution

Distribution of values for KGr_21

Distribution of values for KGr_21

0 missing values.

Summary statistics

name label data_type n_missing complete_rate min median max mean sd hist format.spss
KGr_21 KGr21_Ich brauche einen Stuhl, wenn ich Sachen aus dem obersten Regal holen möchte numeric 0 1 1 2 6 2.867095 1.886682 ▇▁▁▂▂ F8.0

Value labels

Response choices
name value
trifft nicht zu 1
trifft zu 6

KGe_35

KGe35_Wenn ich die Wahl habe zwischen Aufzug und Treppe, dann nehme ich den Aufzug

Distribution

Distribution of values for KGe_35

Distribution of values for KGe_35

0 missing values.

Summary statistics

name label data_type n_missing complete_rate min median max mean sd hist format.spss
KGe_35 KGe35_Wenn ich die Wahl habe zwischen Aufzug und Treppe, dann nehme ich den Aufzug numeric 0 1 1 3 6 2.908896 1.712506 ▇▃▂▂▂ F8.0

Value labels

Response choices
name value
trifft nicht zu 1
trifft zu 6

A_7

A7_Den größten Teil meines Lebens habe ich bereits gelebt

Distribution

Distribution of values for A_7

Distribution of values for A_7

0 missing values.

Summary statistics

name label data_type n_missing complete_rate min median max mean sd hist format.spss
A_7 A7_Den größten Teil meines Lebens habe ich bereits gelebt numeric 0 1 1 2 6 2.362272 1.576229 ▇▂▁▁▁ F8.0

Value labels

Response choices
name value
trifft nicht zu 1
trifft zu 6

KGr_23

KGr23_Ich muss mich bei Gruppenfotos nach vorne stellen, damit ich gut zu sehen bin

Distribution

Distribution of values for KGr_23

Distribution of values for KGr_23

0 missing values.

Summary statistics

name label data_type n_missing complete_rate min median max mean sd hist format.spss
KGr_23 KGr23_Ich muss mich bei Gruppenfotos nach vorne stellen, damit ich gut zu sehen bin numeric 0 1 1 2 6 2.756699 1.768153 ▇▂▁▂▂ F8.0

Value labels

Response choices
name value
trifft nicht zu 1
trifft zu 6

KGe_30

KGe30_Ich müsste abnehmen

Distribution

Distribution of values for KGe_30

Distribution of values for KGe_30

0 missing values.

Summary statistics

name label data_type n_missing complete_rate min median max mean sd hist format.spss
KGe_30 KGe30_Ich müsste abnehmen numeric 0 1 1 2 6 2.653805 1.771005 ▇▁▂▁▂ F8.0

Value labels

Response choices
name value
trifft nicht zu 1
trifft zu 6

A_1

A1_Ich habe körperliche Gebrechen

Distribution

Distribution of values for A_1

Distribution of values for A_1

0 missing values.

Summary statistics

name label data_type n_missing complete_rate min median max mean sd hist format.spss
A_1 A1_Ich habe körperliche Gebrechen numeric 0 1 1 2 6 2.10075 1.435498 ▇▁▁▁▁ F8.0

Value labels

Response choices
name value
trifft nicht zu 1
trifft zu 6

KGr_24

KGr24_Wenn ich andere Menschen zur Begrüßung umarme, muss ich mich nach unten beugen

Distribution

Distribution of values for KGr_24

Distribution of values for KGr_24

0 missing values.

Summary statistics

name label data_type n_missing complete_rate min median max mean sd hist format.spss
KGr_24 KGr24_Wenn ich andere Menschen zur Begrüßung umarme, muss ich mich nach unten beugen numeric 0 1 1 2 6 2.394427 1.602992 ▇▂▂▁▁ F8.0

Value labels

Response choices
name value
trifft nicht zu 1
trifft zu 6

KGe_26

KGe26_Möglicherweise denken andere Menschen von mir, dass ich abends auf dem Sofa sitze und Schokolade und Chips esse

Distribution

Distribution of values for KGe_26

Distribution of values for KGe_26

0 missing values.

Summary statistics

name label data_type n_missing complete_rate min median max mean sd hist format.spss
KGe_26 KGe26_Möglicherweise denken andere Menschen von mir, dass ich abends auf dem Sofa sitze und Schokolade und Chips esse numeric 0 1 1 2 6 2.323687 1.532987 ▇▂▁▁▁ F8.0

Value labels

Response choices
name value
trifft nicht zu 1
trifft zu 6

Geschlecht

Geschlecht

Distribution

Distribution of values for Geschlecht

Distribution of values for Geschlecht

0 missing values.

Summary statistics

name label data_type n_missing complete_rate min median max mean sd hist format.spss
Geschlecht Geschlecht numeric 0 1 1 1 2 1.438371 0.4964534 ▇▁▁▁▆ F8.0

Value labels

Response choices
name value
weiblich 1
maennlich 2

Muttersprache

Muttersprache Deutsch

Distribution

Distribution of values for Muttersprache

Distribution of values for Muttersprache

0 missing values.

Summary statistics

name label data_type n_missing complete_rate min median max mean sd hist format.spss
Muttersprache Muttersprache Deutsch numeric 0 1 1 1 2 1.078242 0.2686964 ▇▁▁▁▁ F8.0

Value labels

Response choices
name value
ja 1
nein 2

Bildung

Höchster Bildungsabschluss

Distribution

Distribution of values for Bildung

Distribution of values for Bildung

0 missing values.

Summary statistics

name label data_type n_missing complete_rate min median max mean sd hist format.spss
Bildung Höchster Bildungsabschluss numeric 0 1 1 4 6 4.152197 0.8556728 ▁▂▇▆▁ F8.0

Value labels

Response choices
name value
kein_Schulabschluss 1
Hauptschulabschluss 2
Realschulabschluss 3
Abitur_Fachabitur 4
Universitaets_Hochschulabschluss 5
Promotion_Habilitation 6

Alter_realW

Alter in Jahren

Distribution

Distribution of values for Alter_realW

Distribution of values for Alter_realW

0 missing values.

Summary statistics

name label data_type n_missing complete_rate min median max mean sd hist format.spss
Alter_realW Alter in Jahren numeric 0 1 18 25 97 32.5627 16.11971 ▇▂▂▁▁ F8.0

Koerpergroesse_realW

Körpergröße in Zentimeter

Distribution

Distribution of values for Koerpergroesse_realW

Distribution of values for Koerpergroesse_realW

0 missing values.

Summary statistics

name label data_type n_missing complete_rate min median max mean sd hist format.spss
Koerpergroesse_realW Körpergröße in Zentimeter numeric 0 1 150 173 200 173.3923 9.624742 ▂▇▇▅▁ F8.0

Koerpergewicht_realW

Körpergewicht in Kilogramm

Distribution

Distribution of values for Koerpergewicht_realW

Distribution of values for Koerpergewicht_realW

0 missing values.

Summary statistics

name label data_type n_missing complete_rate min median max mean sd hist format.spss
Koerpergewicht_realW Körpergewicht in Kilogramm numeric 0 1 40 68 178 70.54019 15.48874 ▇▇▁▁▁ F8.0

Missingness report

Codebook table

JSON-LD metadata The following JSON-LD can be found by search engines, if you share this codebook publicly on the web.

{
  "name": "codebook_data",
  "datePublished": "2025-05-09",
  "description": "The dataset has N=933 rows and 43 columns.\n933 rows have no missing values on any column.\n\n\n## Table of variables\nThis table contains variable names, labels, and number of missing values.\nSee the complete codebook for more.\n\n[truncated]\n\n### Note\nThis dataset was automatically described using the [codebook R package](https://rubenarslan.github.io/codebook/) (version 0.9.2).",
  "keywords": ["Case", "A_3", "KGr_13", "KGe_33", "A_9", "KGr_14", "KGe_27", "A_2", "KGr_17", "KGe_36", "A_10", "KGr_16", "KGe_34", "A_4", "KGr_15", "KGe_29", "A_12", "KGr_18", "KGe_31", "A_5", "KGr_19", "KGe_32", "A_8", "KGr_22", "KGe_25", "A_11", "KGr_20", "KGe_28", "A_6", "KGr_21", "KGe_35", "A_7", "KGr_23", "KGe_30", "A_1", "KGr_24", "KGe_26", "Geschlecht", "Muttersprache", "Bildung", "Alter_realW", "Koerpergroesse_realW", "Koerpergewicht_realW"],
  "@context": "http://schema.org/",
  "@type": "Dataset",
  "variableMeasured": [
    {
      "name": "Case",
      "description": "Fallnummer",
      "@type": "propertyValue"
    },
    {
      "name": "A_3",
      "description": "A3_Ich habe viel Lebenserfahrung",
      "value": "1. trifft nicht zu,\n6. trifft zu",
      "maxValue": 6,
      "minValue": 1,
      "@type": "propertyValue"
    },
    {
      "name": "KGr_13",
      "description": "KGr13_Ich ziehe den Kopf ein wenn ich durch Türen gehe",
      "value": "1. trifft nicht zu,\n6. trifft zu",
      "maxValue": 6,
      "minValue": 1,
      "@type": "propertyValue"
    },
    {
      "name": "KGe_33",
      "description": "KGe33_Zwischen den Armlehnen in Flugzeugsitzen habe ich viel Platz",
      "value": "1. trifft nicht zu,\n6. trifft zu",
      "maxValue": 6,
      "minValue": 1,
      "@type": "propertyValue"
    },
    {
      "name": "A_9",
      "description": "A9_Ich habe jahrelange Berufserfahrung",
      "value": "1. trifft nicht zu,\n6. trifft zu",
      "maxValue": 6,
      "minValue": 1,
      "@type": "propertyValue"
    },
    {
      "name": "KGr_14",
      "description": "KGr14_Inmitten einer Menschenmenge kann ich über die meisten anderen Menschen hinwegblicken",
      "value": "1. trifft nicht zu,\n6. trifft zu",
      "maxValue": 6,
      "minValue": 1,
      "@type": "propertyValue"
    },
    {
      "name": "KGe_27",
      "description": "KGe27_Bei Hosen habe ich eine große Bundweite",
      "value": "1. trifft nicht zu,\n6. trifft zu",
      "maxValue": 6,
      "minValue": 1,
      "@type": "propertyValue"
    },
    {
      "name": "A_2",
      "description": "A2_Im Laufe der Zeit hat meine geistige Leistungsfähigkeit abgenommen",
      "value": "1. trifft nicht zu,\n6. trifft zu",
      "maxValue": 6,
      "minValue": 1,
      "@type": "propertyValue"
    },
    {
      "name": "KGr_17",
      "description": "KGr17_Wenn ich ein Auto fahre, das vorher jemand anderes gefahren hat, muss ich üblicherweise den Sitz nach hinten schieben",
      "value": "1. trifft nicht zu,\n6. trifft zu",
      "maxValue": 6,
      "minValue": 1,
      "@type": "propertyValue"
    },
    {
      "name": "KGe_36",
      "description": "KGe36_Ich sollte weniger essen",
      "value": "1. trifft nicht zu,\n6. trifft zu",
      "maxValue": 6,
      "minValue": 1,
      "@type": "propertyValue"
    },
    {
      "name": "A_10",
      "description": "A10_Mein ganzes Leben liegt noch vor mir",
      "value": "1. trifft nicht zu,\n6. trifft zu",
      "maxValue": 6,
      "minValue": 1,
      "@type": "propertyValue"
    },
    {
      "name": "KGr_16",
      "description": "KGr16_Im Supermarkt komme ich ohne Probleme an die Sachen im obersten Regal",
      "value": "1. trifft nicht zu,\n6. trifft zu",
      "maxValue": 6,
      "minValue": 1,
      "@type": "propertyValue"
    },
    {
      "name": "KGe_34",
      "description": "KGe34_Im Aufzug nehme ich viel Platz ein",
      "value": "1. trifft nicht zu,\n6. trifft zu",
      "maxValue": 6,
      "minValue": 1,
      "@type": "propertyValue"
    },
    {
      "name": "A_4",
      "description": "A4_Im Laufe der Zeit hat meine Reaktionsfähigkeit abgenommen",
      "value": "1. trifft nicht zu,\n6. trifft zu",
      "maxValue": 6,
      "minValue": 1,
      "@type": "propertyValue"
    },
    {
      "name": "KGr_15",
      "description": "KGr15_Stühle und Tische sind meistens zu niedrig für mich",
      "value": "1. trifft nicht zu,\n6. trifft zu",
      "maxValue": 6,
      "minValue": 1,
      "@type": "propertyValue"
    },
    {
      "name": "KGe_29",
      "description": "KGe29_Ich wiege viel",
      "value": "1. trifft nicht zu,\n6. trifft zu",
      "maxValue": 6,
      "minValue": 1,
      "@type": "propertyValue"
    },
    {
      "name": "A_12",
      "description": "A12_Ich verrichte Alltagstätigkeiten langsamer als früher",
      "value": "1. trifft nicht zu,\n6. trifft zu",
      "maxValue": 6,
      "minValue": 1,
      "@type": "propertyValue"
    },
    {
      "name": "KGr_18",
      "description": "KGr18_Wenn ich mich in Hotelbetten gerade ausstrecke, dann stehen meine Füße über",
      "value": "1. trifft nicht zu,\n6. trifft zu",
      "maxValue": 6,
      "minValue": 1,
      "@type": "propertyValue"
    },
    {
      "name": "KGe_31",
      "description": "KGe31_Meine Hosen haben eine kleine Bundweite",
      "value": "1. trifft nicht zu,\n6. trifft zu",
      "maxValue": 6,
      "minValue": 1,
      "@type": "propertyValue"
    },
    {
      "name": "A_5",
      "description": "A5_Im Laufe der Zeit hat meine Merkfähigkeit abgenommen",
      "value": "1. trifft nicht zu,\n6. trifft zu",
      "maxValue": 6,
      "minValue": 1,
      "@type": "propertyValue"
    },
    {
      "name": "KGr_19",
      "description": "KGr19_Im Flugzeug stoße ich mit den Knien am Vordersitz an",
      "value": "1. trifft nicht zu,\n6. trifft zu",
      "maxValue": 6,
      "minValue": 1,
      "@type": "propertyValue"
    },
    {
      "name": "KGe_32",
      "description": "KGe32_Ich kann mich gut durch enge Spalten quetschen",
      "value": "1. trifft nicht zu,\n6. trifft zu",
      "maxValue": 6,
      "minValue": 1,
      "@type": "propertyValue"
    },
    {
      "name": "A_8",
      "description": "A8_Ich habe zunehmend Schwierigkeiten technischen Weiterentwicklungen zu folgen",
      "value": "1. trifft nicht zu,\n6. trifft zu",
      "maxValue": 6,
      "minValue": 1,
      "@type": "propertyValue"
    },
    {
      "name": "KGr_22",
      "description": "KGr22_Wenn ich mich mit anderen Menschen unterhalte muss ich nach oben schauen",
      "value": "1. trifft nicht zu,\n6. trifft zu",
      "maxValue": 6,
      "minValue": 1,
      "@type": "propertyValue"
    },
    {
      "name": "KGe_25",
      "description": "KGe25_Ich habe oft Angst, dass Stühle unter mir nachgeben",
      "value": "1. trifft nicht zu,\n6. trifft zu",
      "maxValue": 6,
      "minValue": 1,
      "@type": "propertyValue"
    },
    {
      "name": "A_11",
      "description": "A11_Früher war ich risikofreudiger",
      "value": "1. trifft nicht zu,\n6. trifft zu",
      "maxValue": 6,
      "minValue": 1,
      "@type": "propertyValue"
    },
    {
      "name": "KGr_20",
      "description": "KGr20_Hosen sind mir häufig zu kurz",
      "value": "1. trifft nicht zu,\n6. trifft zu",
      "maxValue": 6,
      "minValue": 1,
      "@type": "propertyValue"
    },
    {
      "name": "KGe_28",
      "description": "KGe28_Ich bin dick",
      "value": "1. trifft nicht zu,\n6. trifft zu",
      "maxValue": 6,
      "minValue": 1,
      "@type": "propertyValue"
    },
    {
      "name": "A_6",
      "description": "A6_Ich mache mir viele Gedanken über das Älterwerden",
      "value": "1. trifft nicht zu,\n6. trifft zu",
      "maxValue": 6,
      "minValue": 1,
      "@type": "propertyValue"
    },
    {
      "name": "KGr_21",
      "description": "KGr21_Ich brauche einen Stuhl, wenn ich Sachen aus dem obersten Regal holen möchte",
      "value": "1. trifft nicht zu,\n6. trifft zu",
      "maxValue": 6,
      "minValue": 1,
      "@type": "propertyValue"
    },
    {
      "name": "KGe_35",
      "description": "KGe35_Wenn ich die Wahl habe zwischen Aufzug und Treppe, dann nehme ich den Aufzug",
      "value": "1. trifft nicht zu,\n6. trifft zu",
      "maxValue": 6,
      "minValue": 1,
      "@type": "propertyValue"
    },
    {
      "name": "A_7",
      "description": "A7_Den größten Teil meines Lebens habe ich bereits gelebt",
      "value": "1. trifft nicht zu,\n6. trifft zu",
      "maxValue": 6,
      "minValue": 1,
      "@type": "propertyValue"
    },
    {
      "name": "KGr_23",
      "description": "KGr23_Ich muss mich bei Gruppenfotos nach vorne stellen, damit ich gut zu sehen bin",
      "value": "1. trifft nicht zu,\n6. trifft zu",
      "maxValue": 6,
      "minValue": 1,
      "@type": "propertyValue"
    },
    {
      "name": "KGe_30",
      "description": "KGe30_Ich müsste abnehmen",
      "value": "1. trifft nicht zu,\n6. trifft zu",
      "maxValue": 6,
      "minValue": 1,
      "@type": "propertyValue"
    },
    {
      "name": "A_1",
      "description": "A1_Ich habe körperliche Gebrechen",
      "value": "1. trifft nicht zu,\n6. trifft zu",
      "maxValue": 6,
      "minValue": 1,
      "@type": "propertyValue"
    },
    {
      "name": "KGr_24",
      "description": "KGr24_Wenn ich andere Menschen zur Begrüßung umarme, muss ich mich nach unten beugen",
      "value": "1. trifft nicht zu,\n6. trifft zu",
      "maxValue": 6,
      "minValue": 1,
      "@type": "propertyValue"
    },
    {
      "name": "KGe_26",
      "description": "KGe26_Möglicherweise denken andere Menschen von mir, dass ich abends auf dem Sofa sitze und Schokolade und Chips esse",
      "value": "1. trifft nicht zu,\n6. trifft zu",
      "maxValue": 6,
      "minValue": 1,
      "@type": "propertyValue"
    },
    {
      "name": "Geschlecht",
      "description": "Geschlecht",
      "value": "1. weiblich,\n2. maennlich",
      "maxValue": 2,
      "minValue": 1,
      "@type": "propertyValue"
    },
    {
      "name": "Muttersprache",
      "description": "Muttersprache Deutsch",
      "value": "1. ja,\n2. nein",
      "maxValue": 2,
      "minValue": 1,
      "@type": "propertyValue"
    },
    {
      "name": "Bildung",
      "description": "Höchster Bildungsabschluss",
      "value": "1. kein_Schulabschluss,\n2. Hauptschulabschluss,\n3. Realschulabschluss,\n4. Abitur_Fachabitur,\n5. Universitaets_Hochschulabschluss,\n6. Promotion_Habilitation",
      "maxValue": 6,
      "minValue": 1,
      "@type": "propertyValue"
    },
    {
      "name": "Alter_realW",
      "description": "Alter in Jahren",
      "@type": "propertyValue"
    },
    {
      "name": "Koerpergroesse_realW",
      "description": "Körpergröße in Zentimeter",
      "@type": "propertyValue"
    },
    {
      "name": "Koerpergewicht_realW",
      "description": "Körpergewicht in Kilogramm",
      "@type": "propertyValue"
    }
  ]
}`